home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / ani11.zip / SAMPLE.APJ < prev    next >
Text File  |  1993-04-06  |  494b  |  19 lines

  1. ;  Sample .APJ source
  2.  
  3. [Options]
  4. ; The Title and Author strings are displayed in the Cursors control panel
  5. ; applet for the selected cursor, if they are present in the .ANI file.
  6. ; Neither string may be longer than about 70 characters.
  7. Title="Sample Animated Cursor"
  8. Author="Ross Berteig"
  9.  
  10. ; The delay is the number of 1/60 seconds to wait between frames. In this
  11. ; case, Delay=30 is 2 frames/second.
  12. Delay=30
  13.  
  14. [Frames]
  15. 1=Sample1.Cur
  16. 2=Sample2.Cur
  17. 3=Sample3.Cur
  18. 4=Sample4.Cur
  19.